MCPcopy 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
305func (s *Session) Context() context.Context {
306 return s.stream.Context()
307}
308
309func (s *Session) ProvisionLog(level proto.LogLevel, output string) {
310 if int32(level) < s.logLevel {

Callers 4

requestReaderMethod · 0.95
handleRequestsMethod · 0.95
handleInitRequestMethod · 0.95
ProvisionLogMethod · 0.95

Calls 1

ContextMethod · 0.65

Tested by

no test coverage detected