通话记录:通话记录工具输出中的通话不清晰

时间:2019-04-22 08:53:50

标签: go

在使用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

应该在这里调用它:https://github.com/ethereum/go-ethereum/blob/a9835c1816bc49ee54c82b4f2a5b05cbcd89881b/log/handler.go#L36

发生这种动态调用的原因是什么,在这种情况下是可能的?

0 个答案:

没有答案