Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytesizedhosting/bcd
/ Options
Interface
Options
plugins/base.go:263–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
type
Options
interface
{
264
GetBaseOpts() BaseOpts
265
}
266
267
func
DefaultBindings(opts Options) []string {
268
baseOpts := opts.GetBaseOpts()
Callers
2
DefaultBindings
Function · 0.65
WriteTemplate
Method · 0.65
Implementers
1
BaseOpts
plugins/base.go
Calls
no outgoing calls
Tested by
no test coverage detected