MCPcopy Index your code
hub / github.com/tiann/hapi / getCollaborationMode

Function getCollaborationMode

cli/src/codex/codexRemoteLauncher.test.ts:887–889  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

885 return currentModel;
886 },
887 getCollaborationMode() {
888 return currentCollaborationMode;
889 },
890 setCollaborationMode(nextMode: EnhancedMode['collaborationMode']) {
891 currentCollaborationMode = nextMode;
892 collaborationModes.push(nextMode);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected