MCPcopy Create free account
hub / github.com/GCWing/BitFun / getInstance

Method getInstance

src/web-ui/src/flow_chat/store/FlowChatStore.ts:604–609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

602
603
604 public static getInstance(): FlowChatStore {
605 if (!FlowChatStore.instance) {
606 FlowChatStore.instance = new FlowChatStore();
607 }
608 return FlowChatStore.instance;
609 }
610
611 public getState(): FlowChatState {
612 return this.state;

Callers 7

launchDeepReviewSessionFunction · 0.45
FlowChatStore.tsFile · 0.45
FileOperationToolCardFunction · 0.45
useMessageSenderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected