Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
var
runtime *Runtime
306
307
func
InitRuntime(verbose bool) {
308
runtime = NewRuntime(verbose)
309
}
310
311
func
GetRuntime() *Runtime {
312
return
runtime
Callers
1
repl
Function · 0.92
Calls
1
NewRuntime
Function · 0.85
Tested by
no test coverage detected