MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / toString

Method toString

packages/core/utils/debug-source.ts:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 public toString() {
63 return this._uri + ':' + this._line + ':' + this._column;
64 }
65
66 public static get(object: any): Source {
67 return object[Source._source];

Callers 2

getFunction · 0.45
nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected