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

Function onLevelEnter

src/services/hooks/index.ts:25–28  ·  view source on GitHub ↗
(actions: TT.StepActions)

Source from the content-addressed store, hash-verified

23
24// run when a level starts
25export const onLevelEnter = async (actions: TT.StepActions): Promise<void> => {
26 await loadCommits(actions?.commits)
27 await runCommands(actions?.commands)
28}
29
30// run when a step starts
31export const onSetupEnter = async (actions: TT.StepActions): Promise<void> => {

Callers

nothing calls this directly

Calls 2

loadCommitsFunction · 0.90
runCommandsFunction · 0.85

Tested by

no test coverage detected