MCPcopy Index your code
hub / github.com/buildbot/buildbot / socketPathRE

Function socketPathRE

www/data-module/src/data/DataUtils.ts:37–39  ·  view source on GitHub ↗
(socketPath: string)

Source from the content-addressed store, hash-verified

35}
36
37export function socketPathRE(socketPath: string) {
38 return new RegExp(`^${socketPath.replace(/\*/g, "[^/]+")}$`);
39}
40
41export function restPath(arg: string | string[]) {
42 let a = copyOrSplit(arg);

Callers 3

openMethod · 0.90
openMethod · 0.90
DataUtils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected