Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ccfos/nightingale
/ POST
Method
POST
pkg/ibex/ibex.go:164–167 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
162
}
163
164
func
(i *Ibex) POST() error {
165
i.Method(http.MethodPost)
166
return
i.do()
167
}
168
169
func
(i *Ibex) PUT() error {
170
i.Method(http.MethodPut)
Callers
3
Config
Method · 0.80
Config
Method · 0.80
Config
Method · 0.80
Calls
2
Method
Method · 0.95
do
Method · 0.95
Tested by
no test coverage detected