Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/browserwing/browserwing
/ GetScript
Method
GetScript
backend/builtin/scripts.go:32–32 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
30
31
type
ScriptStore
interface
{
32
GetScript(id string) (*models.Script, error)
33
SaveScript(script *models.Script) error
34
}
35
Callers
15
PlayScript
Method · 0.65
PlayScript
Method · 0.65
Get
Method · 0.65
Play
Method · 0.65
GetScript
Method · 0.65
UpdateScript
Method · 0.65
PlayScript
Method · 0.65
GenerateMCPConfig
Method · 0.65
ToggleScriptMCPCommand
Method · 0.65
BatchSetGroup
Method · 0.65
BatchAddTags
Method · 0.65
ExportScriptsSkill
Method · 0.65
Implementers
3
BoltDB
backend/storage/bolt.go
Handler
backend/api/handlers.go
mockStore
backend/builtin/scripts_test.go
Calls
no outgoing calls
Tested by
no test coverage detected