MCPcopy Create free account
hub / github.com/Cyinx/einx / Run

Function Run

console/console.go:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11var reader = bufio.NewReader(os.Stdin)
12
13func Run() {
14 go doRun()
15}
16
17func doRun() {
18 for {

Callers

nothing calls this directly

Calls 1

doRunFunction · 0.85

Tested by

no test coverage detected