MCPcopy Create free account
hub / github.com/audacity/audacity / validatePath

Method validatePath

libraries/lib-nyquist-effects/NyquistBase.cpp:2837–2845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2835}
2836
2837bool NyquistBase::validatePath(wxString path)
2838{
2839 wxFileName fname = path;
2840 wxString dir = fname.GetPath();
2841
2842 return (
2843 fname.wxFileName::IsOk() && wxFileName::DirExists(dir) &&
2844 !fname.GetFullName().empty());
2845}
2846
2847wxString NyquistBase::ToTimeFormat(double t)
2848{

Callers

nothing calls this directly

Calls 3

GetFullNameMethod · 0.80
GetPathMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected