MCPcopy Create free account
hub / github.com/denoland/std / toString

Method toString

testing/_test_utils.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 return args[0];
13 }
14 toString(): string {
15 return [this.x, this.y].join(", ");
16 }
17 explicitTypes(_x: number, _y: string) {
18 return true;
19 }

Callers 12

#printObjectMethod · 0.45
#printAsInlineValueMethod · 0.45
#printDateMethod · 0.45
skipWhitespacesMethod · 0.45
tar_stream_test.tsFile · 0.45
snapshot_test.tsFile · 0.45
stringifyPointFunction · 0.45
applyFunction · 0.45
spyFunction · 0.45
#readSnapshotFileMethod · 0.45
resolveLocaleOptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected