Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ NamespaceEntry
Method
NamespaceEntry
chasm/context.go:228–230 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
226
}
227
228
func
(c *immutableCtx) NamespaceEntry() *namespace.Namespace {
229
return
c.root.backend.GetNamespaceEntry()
230
}
231
232
func
(c *immutableCtx) goContext() context.Context {
233
return
c.ctx
Callers
1
EndpointByName
Method · 0.95
Calls
1
GetNamespaceEntry
Method · 0.65
Tested by
no test coverage detected