MCPcopy 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
150const getInitialState = (): PullState => {
151 return state;
152};
153
154// This is the public API of our manager
155const pullModelManager = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected