Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
function
getOutputFilenameWithPath(index){
21
return
path.join(GlobalSettings.record.directory,getOutputFilename(index));
22
}
23
24
export
async
function
setNextOutputFilename(){
25
let
index = 1;
Callers
1
setNextOutputFilename
Function · 0.85
Calls
1
getOutputFilename
Function · 0.85
Tested by
no test coverage detected