Skip to main content
Version: Latest (0.60.x)

[F] isMap

function isMap(program, m): boolean

Determines whether a type represents a Protobuf map.

Parameters

ParameterTypeDescription
programProgramthe program context
mTypethe type to test

Returns

boolean

true if the internal representation of a Protobuf map is bound to this type.