Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kataras/iris
/ writeEntityNotFound
Function
writeEntityNotFound
_examples/database/mysql/api/helper.go:23–25 ·
view source on GitHub ↗
(ctx iris.Context)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
writeEntityNotFound(ctx iris.Context) {
24
ctx.StopWithJSON(iris.StatusNotFound, newError(iris.StatusNotFound, ctx.Request().Method, ctx.Path(),
"entity does not exist"
))
25
}
Callers
3
GetByID
Method · 0.85
GetByID
Method · 0.85
Delete
Method · 0.85
Calls
4
StopWithJSON
Method · 0.80
Request
Method · 0.80
newError
Function · 0.70
Path
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…