Returns the number of topics in a log

function simLogTopicSize() internal returns (uint64 size)

Return Values

NameTypeDescription
sizeuint64the number of topics in the log

Notes

  1. Can only be called in a log hook.