MCPcopy Create free account
hub / github.com/firebase/firebase-tools / action

Method action

src/command.ts:147–150  ·  view source on GitHub ↗

* Sets the function to be run for the command. * @param fn the function to be run. * @return the command, for chaining.

(fn: ActionFunction)

Source from the content-addressed store, hash-verified

145 * @return the command, for chaining.
146 */
147 action(fn: ActionFunction): Command {
148 this.actionFn = fn;
149 return this;
150 }
151
152 /**
153 * Registers the command with the client. This is used to initially set up

Callers 15

index.tsFile · 0.80
registerMethod · 0.80
command.spec.tsFile · 0.80
hosting-disable.tsFile · 0.80
auth-export.tsFile · 0.80
ext-export.tsFile · 0.80
ext-dev-list.tsFile · 0.80
login-add.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected