MCPcopy Index your code
hub / github.com/coder/coder / fakeSignedTokenProvider

Struct fakeSignedTokenProvider

coderd/workspaceapps/proxy_test.go:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type fakeSignedTokenProvider struct {
23 fromRequestCalls int
24 issueCalls int
25}
26
27func (s *fakeSignedTokenProvider) FromRequest(_ *http.Request) (*workspaceapps.SignedToken, bool) {
28 s.fromRequestCalls++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected