MCPcopy Create free account
hub / github.com/browserwing/browserwing / ScriptStore

Interface ScriptStore

backend/builtin/scripts.go:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type ScriptStore interface {
32 GetScript(id string) (*models.Script, error)
33 SaveScript(script *models.Script) error
34}
35
36// GetBuiltinScripts returns all hardcoded builtin script definitions.
37func GetBuiltinScripts() []models.Script {

Callers 14

PlayScriptMethod · 0.65
PlayScriptMethod · 0.65
GetMethod · 0.65
PlayMethod · 0.65
GetScriptMethod · 0.65
UpdateScriptMethod · 0.65
PlayScriptMethod · 0.65
GenerateMCPConfigMethod · 0.65
CreateMethod · 0.65
SaveScriptMethod · 0.65
SaveExplorationScriptMethod · 0.65

Implementers 3

BoltDBbackend/storage/bolt.go
Handlerbackend/api/handlers.go
mockStorebackend/builtin/scripts_test.go

Calls

no outgoing calls

Tested by

no test coverage detected