MCPcopy Create free account
hub / github.com/curiores/SerialAnalyzer / getOutputFilenameWithPath

Function getOutputFilenameWithPath

src/Utils/DataRecording.js:20–22  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

18}
19
20function getOutputFilenameWithPath(index){
21 return path.join(GlobalSettings.record.directory,getOutputFilename(index));
22}
23
24export async function setNextOutputFilename(){
25 let index = 1;

Callers 1

setNextOutputFilenameFunction · 0.85

Calls 1

getOutputFilenameFunction · 0.85

Tested by

no test coverage detected