MCPcopy 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
263type Options interface {
264 GetBaseOpts() BaseOpts
265}
266
267func DefaultBindings(opts Options) []string {
268 baseOpts := opts.GetBaseOpts()

Callers 2

DefaultBindingsFunction · 0.65
WriteTemplateMethod · 0.65

Implementers 1

BaseOptsplugins/base.go

Calls

no outgoing calls

Tested by

no test coverage detected