CalledMethods View (System_Runtime)
Tracks calls between methods.
Fields
The following table lists the fields in the CalledMethods view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the method call relationship. |
Caller |
bigint |
yes |
The method that contains the method call. References the [System_Runtime].[Methods] view. |
Callee |
bigint |
yes |
The called method. References the [System_Runtime].[Methods] view. |
Folder |
int |
yes |
The “Oslo” repository Folder associated with the method call. References the [Repository.Item].[Folders] view. (Default = 100) |
CallCount |
int |
yes |
The number of times the caller method calls the callee method. |