Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Doorman11991/smallcode
/ resetStore
Function
resetStore
src/session/contract_store.js:212–212 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
210
return
_instance;
211
}
212
function
resetStore() { _instance = null; }
213
214
module.exports = { ContractStore, getStore, resetStore, STATES, STATUSES };
Callers
1
contract.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected