MCPcopy
hub / github.com/benjamn/recast / bootstrapSliceString

Method bootstrapSliceString

lib/lines.ts:549–551  ·  view source on GitHub ↗
(start: Pos, end: Pos, options?: Options)

Source from the content-addressed store, hash-verified

547 }
548
549 bootstrapSliceString(start: Pos, end: Pos, options?: Options) {
550 return this.slice(start, end).toString(options);
551 }
552
553 sliceString(
554 start: Pos = this.firstPos(),

Callers 1

checkAllSlicesFunction · 0.80

Calls 2

sliceMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected