MCPcopy Create free account
hub / github.com/crossoverJie/gscript / InitRuntime

Function InitRuntime

syntax/parse.go:307–309  ·  view source on GitHub ↗
(verbose bool)

Source from the content-addressed store, hash-verified

305var runtime *Runtime
306
307func InitRuntime(verbose bool) {
308 runtime = NewRuntime(verbose)
309}
310
311func GetRuntime() *Runtime {
312 return runtime

Callers 1

replFunction · 0.92

Calls 1

NewRuntimeFunction · 0.85

Tested by

no test coverage detected