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

Method update_base_config

user/module/stack.go:207–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207func (this *MStack) update_base_config() {
208 // 更新 base_config 用作基础的过滤 比如排除 stackplz 自身相关的调用
209 var filter_key uint32 = 0
210 map_name := "base_config"
211 filter_value := this.mconf.GetConfigMap()
212 this.update_map(map_name, filter_key, unsafe.Pointer(&filter_value))
213}
214
215func (this *MStack) update_common_list(items []uint32, offset uint32) {
216 map_name := "common_list"

Callers 1

updateFilterMethod · 0.95

Calls 2

update_mapMethod · 0.95
GetConfigMapMethod · 0.80

Tested by

no test coverage detected