Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ Options
Method
Options
shock-server/controller/node/node.go:13–15 ·
view source on GitHub ↗
Options: /node
(ctx context.Context)
Source
from the content-addressed store, hash-verified
11
12
// Options: /node
13
func
(cr *NodeController) Options(ctx context.Context) error {
14
return
responder.RespondOK(ctx)
15
}
16
17
// Will not implement
18
// PUT: /node
Callers
1
getConfiguration
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected