Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get_check_type_white_bit_mask
Method · 0.45
is_password_weak
Method · 0.45
pg_error_filtered
Method · 0.45
filter_env_key
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected