MCPcopy
hub / github.com/semaphoreui/semaphore / SetOption

Method SetOption

db/Store.go:222–222  ·  view source on GitHub ↗
(key string, value string)

Source from the content-addressed store, hash-verified

220 GetOptions(params RetrieveQueryParams) (map[string]string, error)
221 GetOption(key string) (string, error)
222 SetOption(key string, value string) error
223 DeleteOption(key string) error
224 DeleteOptions(filter string) error
225}

Callers 9

restoreValueMethod · 0.65
setOptionFunction · 0.65
setAppOptionFunction · 0.65
setUserOptionFunction · 0.65
TestGetSetOptionFunction · 0.65

Implementers 2

SqlDbdb/sql/SqlDb.go
BoltDbdb/bolt/BoltDb.go

Calls

no outgoing calls

Tested by 5

TestGetSetOptionFunction · 0.52