MCPcopy
hub / github.com/algorithm-visualizer/algorithm-visualizer / extension

Function extension

src/common/util.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7};
8
9const extension = fileName => /(?:\.([^.]+))?$/.exec(fileName)[1];
10
11const refineGist = gist => {
12 const gistId = gist.id;

Callers 4

current.jsFile · 0.90
selectDefaultTabMethod · 0.90
buildFunction · 0.90
index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected