MCPcopy Create free account
hub / github.com/coder/guts / questionToken

Function questionToken

typescript-engine/src/index.ts:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60export function questionToken(): ts.QuestionToken {
61 return ts.factory.createToken(ts.SyntaxKind.QuestionToken);
62}
63
64export function reference(
65 name: string | ts.Identifier,

Callers 1

propertySignatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…