MCPcopy Index your code
hub / github.com/anomalyco/opencode / useEnvGithubToken

Function useEnvGithubToken

github/index.ts:341–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339}
340
341function useEnvGithubToken() {
342 return process.env["TOKEN"]
343}
344
345function isMock() {
346 const { mockEvent, mockToken } = useEnvMock()

Callers 2

getAccessTokenFunction · 0.85
assertPermissionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected