MCPcopy 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
30func StartServer() {
31 rt := restful.InitRestServer()
32 go rt.Start()
33}

Callers 1

initRestfulFunction · 0.92

Calls 2

InitRestServerFunction · 0.92
StartMethod · 0.65

Tested by

no test coverage detected