MCPcopy 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
31type ScriptStore interface {
32 GetScript(id string) (*models.Script, error)
33 SaveScript(script *models.Script) error
34}
35

Callers 15

PlayScriptMethod · 0.65
PlayScriptMethod · 0.65
GetMethod · 0.65
PlayMethod · 0.65
GetScriptMethod · 0.65
UpdateScriptMethod · 0.65
PlayScriptMethod · 0.65
GenerateMCPConfigMethod · 0.65
BatchSetGroupMethod · 0.65
BatchAddTagsMethod · 0.65
ExportScriptsSkillMethod · 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