Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
class
E {
Callers
15
test.js
File · 0.45
a
Function · 0.45
symbol.js
File · 0.45
object_prototype
Function · 0.45
tagged_union.js
File · 0.45
boolean.js
File · 0.45
object_prototype.js
File · 0.45
format.test.js
File · 0.45
logical-assignment.js
File · 0.45
object.js
File · 0.45
function_tostring.js
File · 0.45
update_expression.js
File · 0.45
Calls
no outgoing calls
Tested by
1
characterCode
Function · 0.36