Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ commit
Function
commit
packages/cli/src/internal/prompt.ts:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
_Output: (_: never) => _
25
},
26
commit(): Effect.Effect<Terminal.Terminal, Terminal.QuitException, unknown> {
27
return
run(this as any)
28
},
29
pipe() {
30
return
Pipeable.pipeArguments(this, arguments)
31
}
Callers
nothing calls this directly
Calls
1
run
Function · 0.50
Tested by
no test coverage detected