MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / getStatus

Method getStatus

services/cloud-agent-next/wrapper/src/state.ts:178–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176
177 observeGateResult(gateResult: 'pass' | 'fail'): void {
178 this._observedGateResult = gateResult;
179 }
180
181 consumeObservedGateResult(): 'pass' | 'fail' | undefined {
182 const gateResult = this.observedGateResult;
183 this._observedGateResult = null;
184 return gateResult;
185 }
186
187 getStatus(): WrapperStatus {
188 return {

Callers 2

state.test.tsFile · 0.45
createStatusHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected