Skip to content

[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.