Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeXworks/texworks
/ mayReadFile
Method
mayReadFile
unit-tests/MockScriptingAPI.h:225–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
return false;
224
}
225
bool mayReadFile(const QString& filename, QObject * context) const override {
226
Q_UNUSED(filename);
227
Q_UNUSED(context);
228
return false;
229
}
230
};
231
232
} // namespace UnitTest
Callers
1
mocks
Method · 0.45
Calls
no outgoing calls
Tested by
1
mocks
Method · 0.36