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

Function TargetExist

bridge/core/bridge.go:73–76  ·  view source on GitHub ↗

TargetExist return true if the given target has a bridge implementation

(target string)

Source from the content-addressed store, hash-verified

71
72// TargetExist return true if the given target has a bridge implementation
73func TargetExist(target string) bool {
74 _, ok := bridgeImpl[target]
75 return ok
76}
77
78// LoginMetaKey return the metadata key used to store the remote bug-tracker login
79// on the user identity. The corresponding value is used to match identities and

Callers 2

validateMethod · 0.92
runBridgeAuthAddTokenFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected