MCPcopy Create free account
hub / github.com/WallBreaker2/op / ClearDict

Method ClearDict

libop/com/OpAutomation.cpp:1051–1054  ·  view source on GitHub ↗

清空指定的字库

Source from the content-addressed store, hash-verified

1049
1050// 清空指定的字库
1051STDMETHODIMP OpAutomation::ClearDict(LONG idx, LONG *ret) {
1052 obj.ClearDict(idx, ret);
1053 return S_OK;
1054}
1055
1056// 获取指定的字库中的字符数量
1057STDMETHODIMP OpAutomation::GetDictCount(LONG idx, LONG *ret) {

Callers 1

OpClearDictFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected