Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livebud/bud
/ VM
Interface
VM
package/js/js.go:4–7 ·
view source on GitHub ↗
VM for evaluating javascript
Source
from the content-addressed store, hash-verified
2
3
// VM for evaluating javascript
4
type
VM
interface
{
5
Script(path, script string) error
6
Eval(path, expression string) (string, error)
7
}
Callers
13
TestScript
Function · 0.65
TestScriptEval
Function · 0.65
script
Method · 0.65
Load
Function · 0.65
run
Function · 0.65
render
Method · 0.65
TestSvelteHello
Function · 0.65
TestSvelteAwait
Function · 0.65
render
Function · 0.65
TestScriptEval
Function · 0.65
render
Method · 0.65
eval
Method · 0.65
Implementers
3
discard
package/budhttp/discard.go
client
package/budhttp/client.go
VM
package/js/v8/v8.go
Calls
no outgoing calls
Tested by
no test coverage detected