MCPcopy Create free account
hub / github.com/OpenBangla/OpenBangla-Keyboard / RegexDictPath

Function RegexDictPath

src/shared/FileSystem.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41QString RegexDictPath() {
42 return "/usr/share/openbangla-keyboard/data/regex.json";
43}
44
45QString AutoCorrectFilePath() {
46 return "/usr/share/openbangla-keyboard/data/autocorrect.json";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected