Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
export
class
Point {
Callers
1
Location.test.ts
File · 0.80
Calls
1
offset
Method · 0.80
Tested by
no test coverage detected