MCPcopy Create free account

hub / github.com/coast-team/dotted-logootsplit / functions

Functions378 in github.com/coast-team/dotted-logootsplit

FunctionmInsertIncluding
(t, emp)
test/list/macro.ts:342
FunctionmInsertOverlappingAfter
(t, emp)
test/list/macro.ts:354
FunctionmInsertOverlappingBefore
(t, emp)
test/list/macro.ts:367
FunctionmInsertPrepend
(t, emp)
test/list/macro.ts:179
FunctionmInsertPrependSplitted
(t, emp)
test/list/macro.ts:305
FunctionmInsertReplayed
(t, emp)
test/list/macro.ts:153
FunctionmInsertSingle
(t, emp)
test/list/macro.ts:139
FunctionmInsertSplitted
(t, emp)
test/list/macro.ts:233
FunctionmInsertSplitting
(t, emp)
test/list/macro.ts:212
FunctionmInsertertableAfterBefore
(t, emp)
test/list/macro.ts:965
FunctionmInsertertableAppednable
(t, emp)
test/list/macro.ts:979
FunctionmInsertertableEqual
(t, emp)
test/list/macro.ts:841
FunctionmInsertertableIncludedLeftBy
(t, emp)
test/list/macro.ts:849
FunctionmInsertertableIncludedMiddleBy
(t, emp)
test/list/macro.ts:858
FunctionmInsertertableIncludedRightBy
(t, emp)
test/list/macro.ts:868
FunctionmInsertertableIncludingLeft
(t, emp)
test/list/macro.ts:877
FunctionmInsertertableIncludingMiddle
(t, emp)
test/list/macro.ts:889
FunctionmInsertertableIncludingRight
(t, emp)
test/list/macro.ts:902
FunctionmInsertertableOverlappingLeft
(t, emp)
test/list/macro.ts:914
FunctionmInsertertableOverlappingRight
(t, emp)
test/list/macro.ts:927
FunctionmInsertertableSplittedBy
(t, emp)
test/list/macro.ts:940
FunctionmInsertertableSplitting
(t, emp)
test/list/macro.ts:953
FunctionmMerge
(t, emp)
test/list/macro.ts:1088
FunctionmMergeIdempotent
(t, emp)
test/list/macro.ts:1072
FunctionmMergeSimple
(t, emp)
test/list/macro.ts:1058
FunctionmRemoveAfterBeforeMerge
(t, emp)
test/list/macro.ts:817
FunctionmRemoveAtAfter
(t, emp)
test/list/macro.ts:545
FunctionmRemoveAtBefore
(t, emp)
test/list/macro.ts:517
FunctionmRemoveAtEqual
(t, emp)
test/list/macro.ts:478
FunctionmRemoveAtEqualMerge
(t, emp)
test/list/macro.ts:488
FunctionmRemoveAtIncludedLeftBy
(t, emp)
test/list/macro.ts:558
FunctionmRemoveAtIncludedMiddleBy
(t, emp)
test/list/macro.ts:568
FunctionmRemoveAtIncludedRightBy
(t, emp)
test/list/macro.ts:578
FunctionmRemoveAtIncludingLeft
(t, emp)
test/list/macro.ts:588
FunctionmRemoveAtIncludingMiddle
(t, emp)
test/list/macro.ts:602
FunctionmRemoveAtIncludingRight
(t, emp)
test/list/macro.ts:616
FunctionmRemoveAtJustAfter
(t, emp)
test/list/macro.ts:530
FunctionmRemoveAtJustBefore
(t, emp)
test/list/macro.ts:502
FunctionmRemoveAtMultiple
(t, emp)
test/list/macro.ts:629
FunctionmRemoveEqual
(t, emp)
test/list/macro.ts:660
FunctionmRemoveIncludedLeftBy
(t, emp)
test/list/macro.ts:671
FunctionmRemoveIncludedMiddleBy
(t, emp)
test/list/macro.ts:683
FunctionmRemoveIncludedRightBy
(t, emp)
test/list/macro.ts:696
FunctionmRemoveIncludingLeft
(t, emp)
test/list/macro.ts:708
FunctionmRemoveIncludingMiddle
(t, emp)
test/list/macro.ts:722
FunctionmRemoveIncludingRight
(t, emp)
test/list/macro.ts:737
FunctionmRemoveNothing
(t, emp)
test/list/macro.ts:645
FunctionmRemoveOverlappingLeft
(t, emp)
test/list/macro.ts:751
FunctionmRemoveOverlappingRight
(t, emp)
test/list/macro.ts:766
FunctionmRemoveSplittedBy
(t, emp)
test/list/macro.ts:798
FunctionmRemoveSplitting
(t, emp)
test/list/macro.ts:781
FunctionmTopBottomAnchor
(t, emp)
test/list/macro.ts:1114
FunctionmergeLeft
* Attempt to merge the current block with its predecessor.
src/core/block-list-context.ts:212
FunctionmergeRight
* Attempt to merge the current block with its successor.
src/core/block-list-context.ts:227
Functionor
(f: FromPlain<A>, g: FromPlain<B>)
src/util/data-validation.ts:46
MethodposBetween
@override
src/dot-pos/simple/simple-dot-block-factory.ts:151
Methodprependable
* @param other * this includes or overlaps before {@link other } * @return Part of this block which can be prepend to {@link block }.
src/core/u32-range.ts:146
MethodquickFilter
( delta: LengthBlock<P> | Block<P, E> )
src/core/delta-replicated-list.ts:189
FunctionreduceBlock
* @param f reducer that respectively accepts the accumulated value and * the current block as first and second parameters. It returns the next
src/list/linked/linked-list-cell.ts:41
MethodreduceBlock
@Override
src/list/avl/op-avl-list.ts:80
MethodreduceBlock
(f: (acc: U, b: Block<P, E>) => U, prefix: U)
src/list/avl/avl-list-node.ts:175
Functionremove
* @param dBlock block to remove. * @param minIndex minimal index in the current sub-list. * @return Performed modifications in terms of loca
src/core/block-list-context.ts:452
Functionremove
* [Mutation] * Remove {@link dBlock }. * @param dBlock block to remove. * @param index index of the current block in the chain. *
src/list/linked/linked-list-cell.ts:347
Methodremove
@Override
src/list/linked/op-linked-list.ts:182
Methodremove
@Override
src/list/avl/op-avl-list.ts:188
FunctionremoveAt
* @param dRange range of indexes to remove * @param minIndex minimal index in the current sub-list. * @return segments of removed block
src/core/block-list-context.ts:539
FunctionremoveAt
* [Mutation] * Remove a number of {@link length } elements from {@link index } * * @param index 0-based index. * @param length Num
src/list/linked/linked-list-cell.ts:295
MethodremoveAt
* [Mutation] * Remove a number of {@link length } elements from {@link index } * * @param index 0-based index. * @param length Num
src/core/delta-replicated-list.ts:358
MethodremoveAt
@Override
src/list/linked/op-linked-list.ts:200
MethodremoveAt
@Override
src/list/avl/op-avl-list.ts:211
FunctionremoveCurrentMerge
* Remove current block and attempt to merge its predecessor with * its successor.
src/core/block-list-context.ts:243
Methodreplica
* Globally unique identifier of the author which generated this block.
src/core/anchor.ts:75
FunctionstructuralHashCode
* Non-cryptographic way to approximate object identity. * Do not take the blocks' content into account.
src/core/op-replicated-list.ts:50
MethodstructuralHashCode
* Non-cryptographic way to approximate object identity. * Do not take the blocks' content into account.
src/core/delta-replicated-list.ts:94
MethodtoJSON
()
src/pos/simple/simple-block-factory.ts:184
FunctiontwinBlock
( ref: Block<SimpleDotPos, E> )
test/dot-pos/simple/pos.testutil.ts:14
MethodwithOffset
* @param offset The offset of the new SimplePosPart * @return part with the same base, but with a different offset
src/pos/simple/simple-pos-part.ts:131
MethodwithSeq
* @param seq The seq of the new SimpleDotPosPart * @return part with the same base, * but with a different seq
src/dot-pos/simple/simple-dot-pos-part.ts:102
← previous301–378 of 378, ranked by callers