MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / use

Method use

packages/testlab/should-as-function.d.ts:198–198  ·  view source on GitHub ↗
(fn: (should: Internal, Assertion: Assertion) => void)

Source from the content-addressed store, hash-verified

196
197 // Simple utility function for a bit more easier should assertion extension
198 use(fn: (should: Internal, Assertion: Assertion) => void): Internal;
199
200 // node.js's assert functions
201 fail(actual: any, expected: any, message: string, operator: string): void;

Callers 15

givenExpressAppFunction · 0.65
registerAssetsMethod · 0.65
mountRouterMethod · 0.65
givenExpressAppFunction · 0.65
givenClientFunction · 0.65
expect.tsFile · 0.65
constructorMethod · 0.65
startMethod · 0.65
startMethod · 0.65

Calls

no outgoing calls

Tested by 5

givenExpressAppFunction · 0.52
givenExpressAppFunction · 0.52
givenClientFunction · 0.52
startMethod · 0.52
constructorMethod · 0.52