MCPcopy
hub / github.com/graphile/starter / Chainable

Interface Chainable

@app/e2e/cypress/support/commands.ts:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127declare global {
128 namespace Cypress {
129 interface Chainable {
130 getCy: typeof getCy;
131 serverCommand: typeof serverCommand;
132 login: typeof login;
133 }
134 }
135}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected