↓ 26 callersMethodDoUserReq(
method, url string, userID int, body interface{}, checkHTTPCode bool,
)
server/server/server_test.go:46
↓ 17 callersFunctionsetUserEndpoint(
pattern *pat.Pattern, gmh GMHandler, wsMux *WebSocketMux, mux *goji.Mux, gsu getSubjUser,
)
server/server/server.go:69
↓ 16 callersFunctionaddTag(
be testBackend, url string, userID int, names []string, descr string, createIntermediary bool,
)
server/server/tags_test.go:217
↓ 12 callersFunctioncheckTagsGet(
be testBackend, userID int, pattern string, allowNew bool, expectedPaths []string,
)
server/server/tags_test.go:1714
↓ 9 callersFunctionrunPerUserTest(
si storage.Storage, be testBackend, username1, email1, username2, email2 string, testFunc perUserTestFunc,
server/server/server_test.go:652
↓ 6 callersFunctionupdateTag(
be testBackend, url string, userID int, names []string, descr *string,
parentTagID *int, newLeafPolicy *st
server/server/tags_test.go:247