MCPcopy Create free account
hub / github.com/git-bug/git-bug / Targets

Function Targets

bridge/bridges.go:22–24  ·  view source on GitHub ↗

Targets return all known bridge implementation target

()

Source from the content-addressed store, hash-verified

20
21// Targets return all known bridge implementation target
22func Targets() []string {
23 return core.Targets()
24}
25
26// LoginMetaKey return the metadata key used to store the remote bug-tracker login
27// on the user identity. The corresponding value is used to match identities and

Callers 3

newBridgeNewCommandFunction · 0.92
promptTargetFunction · 0.92

Calls 1

TargetsFunction · 0.92

Tested by

no test coverage detected