MCPcopy Create free account
hub / github.com/Odoo-mobile/framework / syncWithMethod

Method syncWithMethod

src/com/odoo/orm/OEHelper.java:212–214  ·  view source on GitHub ↗
(String method, OEArguments args)

Source from the content-addressed store, hash-verified

210 }
211
212 public boolean syncWithMethod(String method, OEArguments args) {
213 return syncWithMethod(method, args, false);
214 }
215
216 public boolean syncWithMethod(String method, OEArguments args,
217 boolean removeLocalIfNotExists) {

Callers

nothing calls this directly

Calls 5

handleResultArrayMethod · 0.95
getAndroidNameMethod · 0.80
getDatabaseColumnsMethod · 0.80
call_kwMethod · 0.80
getModelNameMethod · 0.65

Tested by

no test coverage detected