G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/toolpath-core
buildSourceLineIndex
Function buildSourceLineIndex
buildSourceLineIndex
(
source
:
string
|
Uint8Array
<
ArrayBufferLike
>
,
)
:
SourceLineIndex
Build the line index from the raw source (string or the parsed bytes). O(bytes), one pass.
Parameters
source
:
string
|
Uint8Array
<
ArrayBufferLike
>
Returns
SourceLineIndex
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
npm
GitHub
G-code Preview — API Reference
Loading...
Build the line index from the raw source (string or the parsed bytes). O(bytes), one pass.