Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for switchTree (0.11 sec)

  1. src/main/java/jcifs/smb/SmbTreeConnection.java

            if ( this.delegate != null ) {
                return this.delegate.getTreeInternal();
            }
            return null;
        }
    
    
        /**
         * @param t
         */
        private synchronized void switchTree ( SmbTreeImpl t ) {
            try ( SmbTreeImpl old = getTree() ) {
                if ( old == t ) {
                    return;
                }
                boolean wasAcquired = this.treeAcquired;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 10:50:16 UTC 2020
    - 31K bytes
    - Viewed (0)
  2. common/config/.golangci.yml

          - initClause
          - methodExprCall
          - nilValReturn
          - octalLiteral
          - offBy1
          - rangeExprCopy
          - regexpMust
          - sloppyLen
          - stringXbytes
          - switchTrue
          - typeAssertChain
          - typeSwitchVar
          - typeUnparen
          - underef
          - unlambda
          - unnecessaryBlock
          - unslice
          - valSwap
          - weakCond
      depguard:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top