MCPcopy Create free account
hub / github.com/Netis/cloud-probe / cast_away_const

Function cast_away_const

cpworker/src/cJSON/cJSON.c:2020–2023  ·  view source on GitHub ↗

helper function to cast away const */

Source from the content-addressed store, hash-verified

2018#endif
2019/* helper function to cast away const */
2020static void* cast_away_const(const void* string)
2021{
2022 return (void*)string;
2023}
2024#if defined(__clang__) || (defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5))))
2025 #pragma GCC diagnostic pop
2026#endif

Callers 4

add_item_to_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected