MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / update_base_config

Method update_base_config

user/module/syscall.go:188–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186}
187
188func (this *MSyscall) update_base_config() {
189 // 更新 base_config 用作基础的过滤 比如排除 stackplz 自身相关的调用
190 var filter_key uint32 = 0
191 map_name := "base_config"
192 filter_value := this.mconf.GetConfigMap()
193 this.update_map(map_name, filter_key, unsafe.Pointer(&filter_value))
194}
195
196func (this *MSyscall) update_common_list(items []uint32, offset uint32) {
197 map_name := "common_list"

Callers 1

updateFilterMethod · 0.95

Calls 2

update_mapMethod · 0.95
GetConfigMapMethod · 0.80

Tested by

no test coverage detected