MCPcopy Index your code
hub / github.com/serverless/serverless / brokenOn

Function brokenOn

packages/sf-core/tests/python/test.js:233–233  ·  view source on GitHub ↗
(...platforms)

Source from the content-addressed store, hash-verified

231
232// Skip if running on these platforms.
233const brokenOn = (...platforms) => platforms.indexOf(process.platform) != -1
234
235test(
236 'dockerPrivateKey option correctly resolves docker command',

Callers 1

test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…