Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for c6 (0.11 sec)

  1. tests/callbacks_test.go

    		t.Errorf("callbacks tests failed, got %v", msg)
    	}
    
    	createCallback.After("*").Register("plugin_3_fn2", c6)
    	if ok, msg := assertCallbacks(createCallback, []string{"c5", "c3", "c1", "c2", "c4", "c6"}); !ok {
    		t.Errorf("callbacks tests failed, got %v", msg)
    	}
    }
    
    func TestCallbacksGet(t *testing.T) {
    	db, _ := gorm.Open(nil, nil)
    Registered: Sun Dec 28 09:35:17 UTC 2025
    - Last Modified: Tue Mar 26 03:33:36 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top