MCPcopy
hub / github.com/browserless/browserless / routeIsDisabled

Method routeIsDisabled

src/browserless.ts:301–303  ·  view source on GitHub ↗
(route: routeInstances)

Source from the content-addressed store, hash-verified

299 }
300
301 protected routeIsDisabled(route: routeInstances) {
302 return this.disabledRouteNames.some((name) => name === route.name);
303 }
304
305 public setStaticSDKDir(dir: string) {
306 this.staticSDKDir = dir;

Callers 1

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected