FuncDeclaration.needsFensure

Determine whether an 'out' contract is declared inside the given function or any of its overrides.

class FuncDeclaration
static
bool
needsFensure

Parameters

fd FuncDeclaration

the function to search

Return Value

Type: bool

true found an 'out' contract

Suggestion Box / Bug Report