Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dim-an/cod
/ GetPreamble
Method
GetPreamble
shells/shells.go:25–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
24
type
ShellScriptGenerator
interface
{
25
GetPreamble() []string
26
GenerateCompletions(executableName string, completions []datastore.Completion) []string
27
ResetCommand(executablePath string) []string
28
}
Callers
1
handleInitScript
Method · 0.65
Implementers
3
Zsh
shells/shells.go
Fish
shells/shells.go
Bash
shells/shells.go
Calls
no outgoing calls
Tested by
no test coverage detected