MCPcopy Create free account
hub / github.com/garrytan/gstack / getQuestion

Function getQuestion

scripts/question-registry.ts:609–611  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

607 * Ad-hoc ids still log; they just don't get psychographic signal attribution.
608 */
609export function getQuestion(id: string): QuestionDef | undefined {
610 return (QUESTIONS as Record<string, QuestionDef>)[id];
611}
612
613/** Get all registered one-way door question ids (used by sensitivity checker) */
614export function getOneWayDoorIds(): Set<string> {

Callers 2

plan-tune.test.tsFile · 0.90
classifyQuestionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected