Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/2fd/graphdoc
/ line
Method
line
lib/utility/html.ts:45–47 ·
view source on GitHub ↗
(code: string)
Source
from the content-addressed store, hash-verified
43
}
44
45
line(code: string): string {
46
return
`<li>${code}</li>`;
47
}
48
49
tab(code: string): string {
50
return
`<span
class
=
"tab"
>${code}</span>`;
Callers
12
directive
Method · 0.80
enum
Method · 0.80
field
Method · 0.80
fields
Method · 0.80
inputObject
Method · 0.80
inputValues
Method · 0.80
inputValue
Method · 0.80
interfaces
Method · 0.80
object
Method · 0.80
scalar
Method · 0.80
schema
Method · 0.80
union
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected