MCPcopy Create free account
hub / github.com/baidu/openrasp / set_array

Method set_array

agent/php7/utils/double_array_trie.h:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void set_array(void *ptr, size_t size = 0)
73 {
74 clear();
75 array_ = reinterpret_cast<unit_t *>(ptr);
76 no_delete_ = true;
77 size_ = size;
78 }
79
80 const void *array() const
81 {

Callers 4

is_password_weakMethod · 0.45
pg_error_filteredMethod · 0.45
filter_env_keyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected