MCPcopy
hub / github.com/TypeStrong/ts-node / start

Function start

src/repl.ts:320–322  ·  view source on GitHub ↗
(code?: string)

Source from the content-addressed store, hash-verified

318
319 // Note: `code` argument is deprecated
320 function start(code?: string) {
321 startInternal({ code });
322 }
323
324 // Note: `code` argument is deprecated
325 function startInternal(

Callers

nothing calls this directly

Calls 1

startInternalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…