MCPcopy Create free account
hub / github.com/tensorflow/tfjs / question

Function question

scripts/release_notes/util.ts:61–64  ·  view source on GitHub ↗
(questionStr: string)

Source from the content-addressed store, hash-verified

59}
60
61export async function question(questionStr: string): Promise<string> {
62 return new Promise<string>(
63 resolve => rl.question(questionStr, response => resolve(response)));
64}
65
66export interface Repo {
67 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…