Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
#printObject
Method · 0.45
#printAsInlineValue
Method · 0.45
#printDate
Method · 0.45
skipWhitespaces
Method · 0.45
tar_stream_test.ts
File · 0.45
snapshot_test.ts
File · 0.45
stringifyPoint
Function · 0.45
apply
Function · 0.45
spy
Function · 0.45
#readSnapshotFile
Method · 0.45
resolveLocaleOption
Function · 0.45
_title_case_util_test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected