Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coast-team/dotted-logootsplit
/ functions
Functions
378 in github.com/coast-team/dotted-logootsplit
⨍
Functions
378
◇
Types & classes
63
Function
mInsertIncluding
(t, emp)
test/list/macro.ts:342
Function
mInsertOverlappingAfter
(t, emp)
test/list/macro.ts:354
Function
mInsertOverlappingBefore
(t, emp)
test/list/macro.ts:367
Function
mInsertPrepend
(t, emp)
test/list/macro.ts:179
Function
mInsertPrependSplitted
(t, emp)
test/list/macro.ts:305
Function
mInsertReplayed
(t, emp)
test/list/macro.ts:153
Function
mInsertSingle
(t, emp)
test/list/macro.ts:139
Function
mInsertSplitted
(t, emp)
test/list/macro.ts:233
Function
mInsertSplitting
(t, emp)
test/list/macro.ts:212
Function
mInsertertableAfterBefore
(t, emp)
test/list/macro.ts:965
Function
mInsertertableAppednable
(t, emp)
test/list/macro.ts:979
Function
mInsertertableEqual
(t, emp)
test/list/macro.ts:841
Function
mInsertertableIncludedLeftBy
(t, emp)
test/list/macro.ts:849
Function
mInsertertableIncludedMiddleBy
(t, emp)
test/list/macro.ts:858
Function
mInsertertableIncludedRightBy
(t, emp)
test/list/macro.ts:868
Function
mInsertertableIncludingLeft
(t, emp)
test/list/macro.ts:877
Function
mInsertertableIncludingMiddle
(t, emp)
test/list/macro.ts:889
Function
mInsertertableIncludingRight
(t, emp)
test/list/macro.ts:902
Function
mInsertertableOverlappingLeft
(t, emp)
test/list/macro.ts:914
Function
mInsertertableOverlappingRight
(t, emp)
test/list/macro.ts:927
Function
mInsertertableSplittedBy
(t, emp)
test/list/macro.ts:940
Function
mInsertertableSplitting
(t, emp)
test/list/macro.ts:953
Function
mMerge
(t, emp)
test/list/macro.ts:1088
Function
mMergeIdempotent
(t, emp)
test/list/macro.ts:1072
Function
mMergeSimple
(t, emp)
test/list/macro.ts:1058
Function
mRemoveAfterBeforeMerge
(t, emp)
test/list/macro.ts:817
Function
mRemoveAtAfter
(t, emp)
test/list/macro.ts:545
Function
mRemoveAtBefore
(t, emp)
test/list/macro.ts:517
Function
mRemoveAtEqual
(t, emp)
test/list/macro.ts:478
Function
mRemoveAtEqualMerge
(t, emp)
test/list/macro.ts:488
Function
mRemoveAtIncludedLeftBy
(t, emp)
test/list/macro.ts:558
Function
mRemoveAtIncludedMiddleBy
(t, emp)
test/list/macro.ts:568
Function
mRemoveAtIncludedRightBy
(t, emp)
test/list/macro.ts:578
Function
mRemoveAtIncludingLeft
(t, emp)
test/list/macro.ts:588
Function
mRemoveAtIncludingMiddle
(t, emp)
test/list/macro.ts:602
Function
mRemoveAtIncludingRight
(t, emp)
test/list/macro.ts:616
Function
mRemoveAtJustAfter
(t, emp)
test/list/macro.ts:530
Function
mRemoveAtJustBefore
(t, emp)
test/list/macro.ts:502
Function
mRemoveAtMultiple
(t, emp)
test/list/macro.ts:629
Function
mRemoveEqual
(t, emp)
test/list/macro.ts:660
Function
mRemoveIncludedLeftBy
(t, emp)
test/list/macro.ts:671
Function
mRemoveIncludedMiddleBy
(t, emp)
test/list/macro.ts:683
Function
mRemoveIncludedRightBy
(t, emp)
test/list/macro.ts:696
Function
mRemoveIncludingLeft
(t, emp)
test/list/macro.ts:708
Function
mRemoveIncludingMiddle
(t, emp)
test/list/macro.ts:722
Function
mRemoveIncludingRight
(t, emp)
test/list/macro.ts:737
Function
mRemoveNothing
(t, emp)
test/list/macro.ts:645
Function
mRemoveOverlappingLeft
(t, emp)
test/list/macro.ts:751
Function
mRemoveOverlappingRight
(t, emp)
test/list/macro.ts:766
Function
mRemoveSplittedBy
(t, emp)
test/list/macro.ts:798
Function
mRemoveSplitting
(t, emp)
test/list/macro.ts:781
Function
mTopBottomAnchor
(t, emp)
test/list/macro.ts:1114
Function
mergeLeft
* Attempt to merge the current block with its predecessor.
src/core/block-list-context.ts:212
Function
mergeRight
* Attempt to merge the current block with its successor.
src/core/block-list-context.ts:227
Function
or
(f: FromPlain<A>, g: FromPlain<B>)
src/util/data-validation.ts:46
Method
posBetween
@override
src/dot-pos/simple/simple-dot-block-factory.ts:151
Method
prependable
* @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
Method
quickFilter
( delta: LengthBlock<P> | Block<P, E> )
src/core/delta-replicated-list.ts:189
Function
reduceBlock
* @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
Method
reduceBlock
@Override
src/list/avl/op-avl-list.ts:80
Method
reduceBlock
(f: (acc: U, b: Block<P, E>) => U, prefix: U)
src/list/avl/avl-list-node.ts:175
Function
remove
* @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
Function
remove
* [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
Method
remove
@Override
src/list/linked/op-linked-list.ts:182
Method
remove
@Override
src/list/avl/op-avl-list.ts:188
Function
removeAt
* @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
Function
removeAt
* [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
Method
removeAt
* [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
Method
removeAt
@Override
src/list/linked/op-linked-list.ts:200
Method
removeAt
@Override
src/list/avl/op-avl-list.ts:211
Function
removeCurrentMerge
* Remove current block and attempt to merge its predecessor with * its successor.
src/core/block-list-context.ts:243
Method
replica
* Globally unique identifier of the author which generated this block.
src/core/anchor.ts:75
Function
structuralHashCode
* Non-cryptographic way to approximate object identity. * Do not take the blocks' content into account.
src/core/op-replicated-list.ts:50
Method
structuralHashCode
* Non-cryptographic way to approximate object identity. * Do not take the blocks' content into account.
src/core/delta-replicated-list.ts:94
Method
toJSON
()
src/pos/simple/simple-block-factory.ts:184
Function
twinBlock
( ref: Block<SimpleDotPos, E> )
test/dot-pos/simple/pos.testutil.ts:14
Method
withOffset
* @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
Method
withSeq
* @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
← previous
301–378 of 378, ranked by callers