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

Function SuffixDictPath

src/shared/FileSystem.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37QString SuffixDictPath() {
38 return "/usr/share/openbangla-keyboard/data/suffix.json";
39}
40
41QString RegexDictPath() {
42 return "/usr/share/openbangla-keyboard/data/regex.json";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected