MCPcopy Create free account
hub / github.com/CashScript/cashscript / text

Method text

packages/cashc/src/ast/Location.ts:33–35  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

31 }
32
33 text(code: string): string {
34 return code.slice(this.start.offset(code), this.end.offset(code));
35 }
36}
37
38export class Point {

Callers 1

Location.test.tsFile · 0.80

Calls 1

offsetMethod · 0.80

Tested by

no test coverage detected