MCPcopy Create free account
hub / github.com/gogs/gogs / Args

Method Args

internal/database/mocks_gen.go:317–319  ·  view source on GitHub ↗

Args returns an interface slice containing the arguments of this invocation.

()

Source from the content-addressed store, hash-verified

315// Args returns an interface slice containing the arguments of this
316// invocation.
317func (c ProviderConfigFuncCall) Args() []interface{} {
318 return []interface{}{}
319}
320
321// Results returns an interface slice containing the results of this
322// invocation.

Callers 2

runServFunction · 0.45
runHookUpdateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected