Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for harmless (0.43 sec)

  1. pkg/proxy/iptables/proxier.go

    	// to run on hosts with lots of iptables rules, we don't bother to do this on
    	// every sync in large clusters. (Stale chains will not be referenced by any
    	// active rules, so they're harmless other than taking up memory.)
    	deletedChains := 0
    	if !proxier.largeClusterMode || time.Since(proxier.lastIPTablesCleanup) > proxier.syncPeriod {
    		proxier.iptablesData.Reset()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    	// function type to the substitution table, which is not
    	// correct; however, the member function type will never be
    	// used in a substitution, so putting the wrong type in the
    	// substitution table is harmless.
    	mem := st.demangleType(isCast)
    	return &PtrMem{Class: cl, Member: mem}
    }
    
    // compactNumber parses:
    //
    //	<non-negative number> _
    func (st *state) compactNumber() int {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  3. src/testing/testing.go

    	fuzzTargets []InternalFuzzTarget
    	examples    []InternalExample
    
    	timer     *time.Timer
    	afterOnce sync.Once
    
    	numRun int
    
    	// value to pass to os.Exit, the outer test func main
    	// harness calls os.Exit with this code. See #34129.
    	exitCode int
    }
    
    // testDeps is an internal interface of functionality that is
    // passed into this package by a test's generated main package.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
Back to top