MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / modPreferenceGet

Function modPreferenceGet

xs/platforms/zephyr/xsPlatform.c:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53// #include "modPreference.h"
54 uint8_t modPreferenceSet(char *domain, char *key, uint8_t prefType, uint8_t *value, uint16_t byteCount) { return 0; }
55 uint8_t modPreferenceGet(char *domain, char *key, uint8_t *type, uint8_t *value, uint16_t byteCountIn, uint16_t *byteCountOut) { if (*byteCountOut) *byteCountOut = 0; return 0;}
56
57#endif
58

Callers 4

doRemoteCommandFunction · 0.70
doRemoteCommandFunction · 0.50
doRemoteCommandFunction · 0.50
doRemoteCommandFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected