cJSON
COPY
is only used within cJSON.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/2)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cJSON
COPY
COPY value
Syntax
Show:
Summary
Declaration
from
cJSON_Utils.c:740
COPY
;
Examples
References
from
examples
Code
Location
Referrer
enum
patch_operation
{
INVALID
,
ADD
,
REMOVE
,
REPLACE
,
MOVE
,
COPY
,
TEST
}
;
cJSON_Utils.c:740
return
COPY
;
cJSON_Utils.c:772
decode_patch_operation()
if
(
(
opcode
==
MOVE
)
||
(
opcode
==
COPY
)
)
cJSON_Utils.c:906
apply_patch()
if
(
opcode
==
COPY
)
cJSON_Utils.c:920
apply_patch()
if
(
opcode
==
COPY
)
cJSON_Utils.c:930
apply_patch()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
COPY
is read by 2 functions:
All items filtered out
COPY
decode_patch_operation()
apply_patch()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out