Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Context
Method
Context
provisionersdk/session.go:305–307 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
303
}
304
305
func
(s *Session) Context() context.Context {
306
return
s.stream.Context()
307
}
308
309
func
(s *Session) ProvisionLog(level proto.LogLevel, output string) {
310
if
int32(level) < s.logLevel {
Callers
4
requestReader
Method · 0.95
handleRequests
Method · 0.95
handleInitRequest
Method · 0.95
ProvisionLog
Method · 0.95
Calls
1
Context
Method · 0.65
Tested by
no test coverage detected