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

Method updateFilter

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

Source from the content-addressed store, hash-verified

379}
380
381func (this *MStack) updateFilter() (err error) {
382 this.update_base_config()
383 this.update_common_filter()
384 this.update_child_parent()
385 this.update_thread_filter()
386 this.update_stack_config()
387 this.update_arg_filter()
388 this.update_op_list()
389 return nil
390}
391
392func (this *MStack) initDecodeFun() error {
393 EventsMap, err := this.FindMap("events")

Callers 1

startMethod · 0.95

Calls 7

update_base_configMethod · 0.95
update_common_filterMethod · 0.95
update_child_parentMethod · 0.95
update_thread_filterMethod · 0.95
update_stack_configMethod · 0.95
update_arg_filterMethod · 0.95
update_op_listMethod · 0.95

Tested by

no test coverage detected