MCPcopy Create free account
hub / github.com/coderoad/coderoad-vscode / onOpenLogs

Function onOpenLogs

src/actions/onOpenLogs.ts:4–7  ·  view source on GitHub ↗
(action: T.Action)

Source from the content-addressed store, hash-verified

2import { showOutput } from '../services/logger/output'
3
4export const onOpenLogs = async (action: T.Action): Promise<void> => {
5 const channel = action.payload.channel
6 await showOutput(channel)
7}
8
9export default onOpenLogs

Callers

nothing calls this directly

Calls 1

showOutputFunction · 0.90

Tested by

no test coverage detected