MCPcopy Index your code
hub / github.com/parse-community/parse-server / setRegexTimeout

Function setRegexTimeout

src/LiveQuery/QueryTools.js:18–20  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

16var SCRIPT_CACHE_MAX = 1000;
17
18function setRegexTimeout(ms) {
19 regexTimeout = ms;
20}
21
22// IMPORTANT: This function must remain synchronous. See vmContext comment above.
23function safeRegexTest(pattern, flags, input) {

Callers 2

constructorMethod · 0.90
QueryTools.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected