MCPcopy Index your code
hub / github.com/coder/coder / Args

Method Args

coderd/database/dbauthz/setup_test.go:467–470  ·  view source on GitHub ↗

Args is required. The arguments to be provided to the method. If there are no arguments, pass an empty list: 'm.Args()' The first context argument should not be included, as the test suite will provide it.

(args ...any)

Source from the content-addressed store, hash-verified

465// The first context argument should not be included, as the test suite
466// will provide it.
467func (m *expects) Args(args ...any) *expects {
468 m.inputs = values(args...)
469 return m
470}
471
472// Returns is optional. If it is never called, it will not be asserted.
473func (m *expects) Returns(rets ...any) *expects {

Callers 15

TestAPIKeyMethod · 0.80
TestAuditLogsMethod · 0.80
TestBoundaryLogsMethod · 0.80
TestConnectionLogsMethod · 0.80
TestChatsMethod · 0.80
TestFileMethod · 0.80
TestGroupMethod · 0.80
TestProvisionerJobMethod · 0.80
TestAISeatMethod · 0.80
TestLicenseMethod · 0.80
TestOrganizationMethod · 0.80
TestWorkspaceProxyMethod · 0.80

Calls 1

valuesFunction · 0.85

Tested by

no test coverage detected