在使用Callgraph分析以太坊项目时,我遇到了一些不清楚的结果。请给我一个线索以找到解释吗?
我使用以下命令来生成报告:
1)rta分析:
callgraph github.com/ethereum/go-ethereum/cmd/geth > go-ethereum_call.txt
2)pta分析:
callgraph -algo pta github.com/ethereum/go-ethereum/cmd/geth > go-ethereum_call_pta.txt
具体来说,我无法理解这两个报告中都出现的这一行:
(github.com/ethereum/go-ethereum/log.funcHandler).Log --dynamic-36:10--> github.com/ethereum/go-ethereum/log.StreamHandler$1
发生这种动态调用的原因是什么,在这种情况下是可能的?