MCPcopy
hub / github.com/prettier/prettier / toString

Method toString

tests/format/js/classes-private-fields/private_fields.js:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 equals(p) { return this.#x === p.#x && this.#y === p.#y }
30
31 toString() { return `Point<${ this.#x },${ this.#y }>` }
32}
33
34class E {

Callers 15

test.jsFile · 0.45
aFunction · 0.45
symbol.jsFile · 0.45
object_prototypeFunction · 0.45
tagged_union.jsFile · 0.45
boolean.jsFile · 0.45
format.test.jsFile · 0.45
object.jsFile · 0.45

Calls

no outgoing calls

Tested by 1

characterCodeFunction · 0.36