MCPcopy Index your code
hub / github.com/Fission-AI/OpenSpec / canPromptInteractively

Method canPromptInteractively

src/core/init.ts:203–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 }
202
203 private canPromptInteractively(): boolean {
204 if (this.interactiveOption === false) return false;
205 if (this.toolsArg !== undefined) return false;
206 return isInteractive({ interactive: this.interactiveOption });
207 }
208
209 private resolveProfileOverride(): Profile | undefined {
210 if (this.profileOverride === undefined) {

Callers 3

executeMethod · 0.95
handleLegacyCleanupMethod · 0.95
getSelectedToolsMethod · 0.95

Calls 1

isInteractiveFunction · 0.85

Tested by

no test coverage detected