Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ shallowCopy
Function
shallowCopy
src/ArduinoJson/Variant/VariantRefBase.hpp:253–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
// DEPRECATED: performs a deep copy
252
ARDUINOJSON_DEPRECATED(
"performs a deep copy"
)
253
void shallowCopy(JsonVariantConst src) const {
254
set(src);
255
}
256
257
private:
258
TDerived& derived() {
Callers
nothing calls this directly
Calls
1
set
Function · 0.70
Tested by
no test coverage detected