Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Roy3838/Observer
/ getInitialState
Function
getInitialState
app/src/utils/pullModelManager.ts:150–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
148
};
149
150
const
getInitialState = (): PullState => {
151
return
state;
152
};
153
154
// This is the public API of our manager
155
const
pullModelManager = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected