Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x | // Copyright (c) ZeroC, Inc. // slice2js version 3.8.0-alpha.0 // <auto-generated>Generated from Slice file 'OperationMode.ice'.</auto-generated> /* eslint-disable */ /* jshint ignore: start */ import * as Ice_EnumBase from "../Ice/EnumBase.js"; const Ice = { ...Ice_EnumBase, }; export { Ice }; /** * Specifies if an operation is idempotent, which affects the retry behavior of the Ice client runtime. */ Ice.OperationMode = Ice.defineEnum([ ['Normal', 0], ['Nonmutating', 1], ['Idempotent', 2]]); |