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

Method toString

packages/cashc/src/ast/Location.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 toString(): string {
49 return `Line ${this.line}, Column ${this.column}`;
50 }
51}

Callers 11

constructorMethod · 0.45
extendedStringifyFunction · 0.45
toFailRequireWithFunction · 0.45
serialiseTokenDetailsFunction · 0.45
compiler.test.tsFile · 0.45
visitConsoleStatementMethod · 0.45
visitIdentifierMethod · 0.45
generateArtifactFunction · 0.45
visitBoolLiteralMethod · 0.45
visitIntLiteralMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected