Skip to content

[F] isMap

function isMap(program, m): boolean;

Determines whether a type represents a Protobuf map.

ParameterTypeDescription
programProgramthe program context
mTypethe type to test

boolean

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