Interface EmbeddedSass.Value.CompilerFunctionOrBuilder

    • Method Detail

      • getId

        int getId()
         A unique ID for this function. This ID can be used in
         `InboundRequest.FunctionCallRequest` to invoke this function. The
         compiler is responsible for generating this ID and ensuring it's unique
         across all functions passed to the host for this compilation. Mandatory.
         
        uint32 id = 1;
        Returns:
        The id.