MCPcopy Create free account
hub / github.com/dropbox/dbxcli / finishCommandContext

Function finishCommandContext

cmd/root.go:106–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func finishCommandContext() {
107 if commandContextCancel != nil {
108 commandContextCancel()
109 commandContextCancel = nil
110 }
111 commandContext = context.Background()
112}
113
114func commandSkipsAuth(cmd *cobra.Command) bool {
115 for c := cmd; c != nil; c = c.Parent() {

Callers 2

initCommandContextFunction · 0.85
ExecuteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected