FuncDeclaration.needsFensure

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

class FuncDeclaration
static @safe
bool
needsFensure

Parameters

fd FuncDeclaration

the function to search

Return Value

Type: bool

true found an 'out' contract

Meta