Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VeloView
/ getReaderFileName
Function
getReaderFileName
Application/Ui/python/lidarview/applogic.py:266–268 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
264
265
266
def
getReaderFileName():
267
filename = getReader().FileName
268
return
filename[0]
if
isinstance(filename, servermanager.FileNameProperty)
else
filename
269
270
271
def
setDefaultSaveName(defaultSaveName):
Callers
1
getDefaultSaveFileName
Function · 0.85
Calls
1
getReader
Function · 0.85
Tested by
no test coverage detected