MCPcopy
hub / github.com/directus/directus / toString

Method toString

app/src/utils/vector2.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 toString() {
60 return `${this.x} ${this.y}`;
61 }
62
63 static from(vector: { x: number; y: number }) {
64 return new Vector2(vector.x, vector.y);

Callers 14

makeRouteFunction · 0.45
saveAsCSVFunction · 0.45
getAssetUrlFunction · 0.45
removeQueryFromPathFunction · 0.45
expandUrlFunction · 0.45
kanban.test.tsFile · 0.45
replaceUrlAccessTokenFunction · 0.45
saveImageFunction · 0.45
replaceUrlAccessTokenFunction · 0.45
useLinkFunction · 0.45
toRelativePathFunction · 0.45

Calls

no outgoing calls

Tested by 1

makeRouteFunction · 0.36