Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ StartServer
Function
StartServer
http/restful/server.go:30–33 ·
view source on GitHub ↗
start restful
()
Source
from the content-addressed store, hash-verified
28
29
//start restful
30
func
StartServer() {
31
rt := restful.InitRestServer()
32
go
rt.Start()
33
}
Callers
1
initRestful
Function · 0.92
Calls
2
InitRestServer
Function · 0.92
Start
Method · 0.65
Tested by
no test coverage detected