Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ clear
Method
clear
client/src/server/ServerFetcher.ts:49–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
clear() {
50
this.payloads = {}
51
this.viewerId = null
52
this.sessionId = null
53
}
54
55
async
fetch(request: RequestParameters, variables: Variables) {
56
console.log(
'Quering from the node server:'
, request.name)
Callers
1
index.tsx
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected